home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
DefineButton2_1317
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
349 b
|
15 lines
on(rollOver){
if(_root.antstats[_root.gc_stored] >= parseInt(_root.antstats[_root.gc_nest] * 250))
{
this.good._visible = true;
}
else if(_root.antstats[_root.gc_stored] < parseInt(_root.antstats[_root.gc_nest] * 100))
{
this.bad._visible = true;
}
else
{
this.neutral._visible = true;
}
}